From 72f06abd13e6ca23bee0259107e7c000068cabfc Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 21 Mar 2020 00:39:17 -0400 Subject: [PATCH] Require pango 1.44.4 This lets use use the insert-hyphen attribute unconditionally. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index a16b1074dc..ad4cdd9a64 100644 --- a/meson.build +++ b/meson.build @@ -27,7 +27,7 @@ else endif glib_req = '>= @0@.@1@.@2@'.format(glib_major_req, glib_minor_req, glib_micro_req) -pango_req = '>= 1.44.0' +pango_req = '>= 1.44.4' fribidi_req = '>= 0.19.7' atk_req = '>= 2.15.1' cairo_req = '>= 1.14.0' -- 2.30.2